if service.click({
{"In-call audio output, speaker",
"Phone",
}
})
return true
end
if service.click({
{"In-call audio output, phone",
"Speaker",
}
})
return true
end
if service.click({
{"speaker|restart",
}
})
return true
end

if service.click({ 
{{"#accept_incoming_call_view@WhatsApp", 
"#voice_note_btn@WhatsApp"}, 
"%[向上]", 
} 
}) 
return true 
end 
 
if service.click({
{"Send",
}
})
return true
end


if service.click({
{"turn speaker phone on|turn speaker phone off",
}
})
return true
end

if service.click({ 
{{"#accept_incoming_call_view@WhatsApp Business", 
"#voice_note_btn@WhatsApp Business"}, 
"%[向上]", 
} 
}) 
return true 
end

if service.execute("To end")
return true
end
